﻿body *, input, textarea, select {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box !important;
    -webkit-font-smoothing: antialiased;
}

body {
    background-color: #2a292b;
}

*::-webkit-scrollbar {
    width: 5px;
}

body.page-background #main_content::-webkit-scrollbar-thumb {
    background: #d1d1d1;
}

body *::-webkit-scrollbar-thumb,
.modal *::-webkit-scrollbar-thumb,
.inline *::-webkit-scrollbar-thumb {
    background-color: #8f8c8c;
    border-radius: 5px;
    opacity: 0.5;
}

body {
    margin: 0;
    overflow-x: hidden
}

.entryImg {
    width: 100vw;
    height: 100vh;
    min-height: 900px;
    position: absolute;
    left: 0;
    top: 0;
}

.entryWrapper {
    opacity: .99;
    height: 100%;
    margin: 0 auto;
}

.secondaryWrapper,
.companySelectWrapper {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow-y: auto;
    max-width: 480px;
    margin: auto;
}

.companySelectWrapper {
    justify-content: flex-start;
}

.titleTop,
.titleBottom,
.sectionHeader,
.sectionOr {
    margin-top: 30px;
    text-align: center;
    color: #fff;
}

.titleTop,
.titleBottom {
    font-size: 20px;
}

.titleBottom {
    margin: 0;
}

.sectionHeader {
    color: #ffffff;
    padding: 0 60px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sectionOr {
    font-size: 24px;
    margin: 15px 0;
    text-transform: lowercase;
}

.logout {
    text-align: center;
    margin: 25px auto;
    font-size: 15px;
    cursor: pointer;
    color: #8bddfc;
}

.colProperLink {
    background: #4d4d4d;
    border: 1px solid #b5b6b9;
    text-align: center;
    width: 80%;
    margin: 15px auto 0;
    padding: 15px;
    cursor: pointer;
}

.colProperLinkTop {
    color: #f79932;
    font-size: 18px;
}

.colProperLinkBot {
    margin-top: 10px;
    color: #fff;
    font-size: 14px;
}

.companySelectContainer {
    display: flex;
    flex-direction: column;
}

.profileRow {
    background: #fff url("/app/images/generic/arrow_next.svg") no-repeat 97% center/20px;
    height: 90px;
    flex-shrink: 0;
    display: flex;
    width: 80%;
    margin: 0 auto;
    align-items: center;
    cursor: pointer;
}

.companySelectContainer .profileRow {
    border-bottom: 1px solid #000000;
    background-color: #444547;
}

.sectionHeader1 {
    background: #d1780a;
    padding: 10px 0;
    width: 80%;
    margin: 0 auto;
    margin-top: 17px;
}

.sectionHeader2 {
    background: #444547;
    width: 80%;
    margin: 0 auto;
    border-bottom: 1px solid #000000;
    height: 90px;
}

.profileIcon {
    height: 60px;
    width: 60px;
    margin: 0 10px;
    border: 1px solid #d1d3d4;
    background-size: 60px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #d1d3d4
}

.companySelectContainer .profileName {
    color: #ffffff;
}

.companySelectContainer .profileProjectCount {
    color: #bcbec0;
}

.profileName {
    font-size: 15px;
    font-weight: bold;
}

.profileProjectCount {
    font-size: 13px;
    color: #6d6e71;
}

.top-group {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-grow: 1;
}

.fullForm {
    width: 100%;
}

.UDALOGO {
    background: url('/app/images/login/uda_logo.svg') no-repeat center;
    height: 22px;
    width: 15%;
}

.poweredByContainer {
    display: flex;
    white-space: nowrap;
    align-items: baseline;
    width: 40%;
    grid-gap: 2%;
}

.COLLogo {
    background: url('/app/images/login/col_logo.svg') no-repeat center;
    height: 100px;
    width: 80%;
    flex-shrink: 0;
}

body.planroom .COLLogo {
    background-image: url('/app/images/login/redline_planroom_logo.svg');
}

.invalaid {
    background-color: red !important;
    width: 80%;
}

.formWrapper {
    margin: 0 auto;
    margin-top: 10px;
    width: 80%;
    margin-bottom: 30px;
}

#loginForm input {
    color: black;
    width: 100%;
    margin-top: 15px;
    font-size: 16px;
    border: 1px solid #9e9e9e !important;
}

    #loginForm input::placeholder {
        font-size: 16px;
    }

.changeForm {
    font-size: 14px;
    color: #8bddfc;
    display: inline-block;
    cursor: pointer;
    margin-top: 5px;
}

.formWrapper .remember {
    display: inline-block;
    font-size: 13px;
    text-align: right;
    color: #949598;
    float: right;
    margin-top: 0;
    line-height: 20px;
    margin-top: 5px;
}

.formWrapper #rememberMe {
    display: inline-block;
    text-align: left;
    width: 13px;
    float: left;
}

.formWrapper .remember:after {
    border: 2px solid #21c2fe !important;
}

.formWrapper #rememberMe:checked + .remember:after {
    background-color: #21c2fe !important;
}

#createForm, #forgotForm {
    display: none;
}

#submitButton {
    font-size: 17px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    width: 80%;
    text-align: center;
    background-color: #6bb311;
    color: white;
    border-radius: 4px;
    cursor: pointer;
    margin: 0 auto;
    margin-bottom: 5px;
}

.extraAction {
    width: 100%;
    text-align: center;
}

.signupLink {
    font-size: 14px;
    text-align: center;
    color: #fff;
}

    .signupLink a {
        color: #21c2fe;
        cursor: pointer;
    }

#newsFeed {
    max-width: 1440px;
    display: flex;
    align-items: start;
    justify-content: center;
    margin: auto;
    grid-gap: 3%;
    padding: 10px;
}

@media(min-width: 1000px) and (min-height: 800px) {
    #newsFeed {
        height: 35vh;
    }

    .footer {
        height: 7vh;
    }

    .secondaryWrapper {
        height: 58vh;
    }

    .companySelectWrapper {
        justify-content: flex-start;
        height: 93vh;
    }

    .newsFeedItem {
        width: 20%;
    }

    .footer a {
        text-align: left;
    }
}

.newsFeedItem {
    max-width: 300px;
}

@media(max-width: 1000px), (max-height: 800px) {
    .slideshow-container {
        display: none;
    }

    #newsFeed {
        padding: 50px 10px 10px 10px;
    }
}

@media(max-width: 890px) {
    #flagWrap {
        justify-content: center;
    }

    .poweredByContainer {
        flex-wrap: wrap;
        justify-content: center;
        white-space: normal;
        width: 100%;
    }

    .footer {
        flex-direction: column;
    }

        .footer .powered {
            text-align: center;
        }

        .footer a {
            text-align: center;
        }
}

@media(min-width: 890px) {
    #flagWrap {
        justify-content: end;
    }
}
@media(max-width: 1000px), (max-height: 800px) {
    #newsFeed {
        flex-wrap: wrap;
    }
}

.newsFeedItem img {
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
    height: auto;
}

.newsFeedItemTitle {
    font-size: 1rem;
    color: #f8ae57;
    font-weight: 500;
    font-family: 'Raleway',sans-serif;
    line-height: 1.4;
    margin: 10px 0 3px 0;
}

.newsFeedItemDate {
    font-size: 14px;
    color: #ffffff;
    font-family: 'Raleway',sans-serif;
    margin-top: 0;
}

.footer {
    vertical-align: bottom;
    margin-bottom: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    background: #000000;
    grid-gap: 2%;
    padding: 1%;
}

    .footer .powered {
        width: 100%;
        color: #949598;
        font-size: 13px;
        font-family: 'Montserrat',sans-serif;
    }

    .footer a {
        width: 100%;
        font-size: 13px;
        font-family: 'Montserrat',sans-serif;
    }

#flagWrap {
    display: flex;
    text-align: center;
    width: 80%;
}

.flag {
    float: left;
    cursor: pointer;
    margin: 15px 4px;
    height: 13px;
    width: 22px !important;
}

    .flag.us {
        background-image: url(/imageBank/entry/redesign/flag_us.png);
    }

    .flag.ca {
        background-image: url(/imageBank/entry/redesign/flag_can.png);
    }

    .flag.au {
        background-image: url(/imageBank/entry/redesign/flag_aus.png);
    }

    .flag.uk {
        background-image: url(/imageBank/entry/redesign/flag_uk.png);
    }

    .flag.sa {
        background-image: url(/imageBank/entry/redesign/flag_s_africa.png);
    }

    .flag.mx {
        background-image: url(/imageBank/entry/redesign/flag_mex.png);
    }

    .flag.cn {
        background-image: url(/imageBank/entry/redesign/flag_china.png);
    }

    .flag.hk {
        background-image: url(/imageBank/entry/redesign/flag_china.png);
    }

body.planroom #newsFeed {
    display: none;
}

#newsFeed .content {
    padding-top: 10px;
    min-height: 135px;
    max-height: 135px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

    #newsFeed .content .newsTitle {
        color: #ee8b2d;
        font-size: 17px;
        line-height: 25px;
        width: 85%;
        margin-top: auto;
        text-align: center;
        margin-bottom: 10px;
    }

    #newsFeed .content .newsDetail {
        color: #ffffff;
        font-size: 14px;
        margin-bottom: auto;
        text-align: center;
    }

#newsFeed .btns {
    text-align: center;
    margin: 0 auto;
    padding-bottom: 10px;
}

#newsFeed .dot {
    width: 7px;
    height: 7px;
    background-color: #636466;
    margin-right: 7px;
    border-radius: 100px;
    display: inline-block;
    cursor: pointer;
}

    #newsFeed .dot.selected {
        background-color: #d1d3d4;
    }

.selfDestruct {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 100px;
    right: 100px;
    background: url('/app/images/login/explosion.png') no-repeat center;
}

.grecaptcha-badge {
    top: 14px !important;
    bottom: unset !important;
}

/********* Slideshow Styling *********/
.mySlides {
    opacity: 0;
    display: block;
    height: -moz-available;
    height: -webkit-fill-available;
    height: fill-available;
    width: 100%;
    transition: opacity 1.5s;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

img {
    vertical-align: middle;
}

.slideshow-container {
    max-width: 100%;
    margin: auto;
}

.active {
    background-color: #717171;
    transition: opacity 1.5s;
    height: 100%;
}
/********* Slideshow Styling *********/
